home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / v cisle / qip / qipinfium9000.exe / infium.exe / 0 / RCDATA / TFRMDETS / TFRMDETS.txt
Text File  |  2007-12-27  |  3KB  |  140 lines

  1. object frmDets: TfrmDets
  2.   Left = 458
  3.   Top = 416
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 384
  7.   ClientWidth = 569
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BevelAvatar: TInfuBevel
  23.     Left = 20
  24.     Top = 8
  25.     Width = 102
  26.     Height = 102
  27.   end
  28.   object ImageAvatar: TInfuImage
  29.     Left = 21
  30.     Top = 9
  31.     Width = 100
  32.     Height = 100
  33.     Center = True
  34.   end
  35.   object SButtonLoad: TInfuSpeedButton
  36.     Left = 48
  37.     Top = 84
  38.     Width = 22
  39.     Height = 22
  40.     Flat = True
  41.     OnClick = SButtonLoadClick
  42.   end
  43.   object SButtonClear: TInfuSpeedButton
  44.     Left = 74
  45.     Top = 84
  46.     Width = 22
  47.     Height = 22
  48.     Flat = True
  49.     OnClick = SButtonClearClick
  50.   end
  51.   object VSTMenu: TVirtualStringTree
  52.     Left = 8
  53.     Top = 125
  54.     Width = 130
  55.     Height = 220
  56.     BevelInner = bvNone
  57.     BevelOuter = bvNone
  58.     DefaultNodeHeight = 27
  59.     DragOperations = []
  60.     Header.AutoSizeIndex = 0
  61.     Header.Font.Charset = DEFAULT_CHARSET
  62.     Header.Font.Color = clWindowText
  63.     Header.Font.Height = -11
  64.     Header.Font.Name = 'MS Sans Serif'
  65.     Header.Font.Style = []
  66.     Header.MainColumn = -1
  67.     Header.Options = [hoColumnResize, hoDrag]
  68.     ScrollBarOptions.ScrollBars = ssNone
  69.     TabOrder = 0
  70.     TextMargin = 20
  71.     TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning, toVariableNodeHeight]
  72.     TreeOptions.PaintOptions = [toHideFocusRect, toShowDropmark, toThemeAware, toUseBlendedImages, toGhostedIfUnfocused]
  73.     TreeOptions.SelectionOptions = [toFullRowSelect, toMiddleClickSelect, toRightClickSelect]
  74.     OnAfterCellPaint = VSTMenuAfterCellPaint
  75.     OnChange = VSTMenuChange
  76.     OnGetText = VSTMenuGetText
  77.     OnPaintText = VSTMenuPaintText
  78.     Columns = <>
  79.     WideDefaultText = ''
  80.   end
  81.   object PanelCont: TInfuPanel
  82.     Left = 144
  83.     Top = 8
  84.     Width = 417
  85.     Height = 337
  86.     BevelOuter = bvNone
  87.     TabOrder = 1
  88.   end
  89.   object BitBtnClose: TInfuBitBtn
  90.     Left = 464
  91.     Top = 352
  92.     Width = 97
  93.     Height = 25
  94.     Caption = '_Close'
  95.     TabOrder = 2
  96.     OnClick = BitBtnCloseClick
  97.   end
  98.   object BitBtnSave: TInfuBitBtn
  99.     Left = 360
  100.     Top = 352
  101.     Width = 97
  102.     Height = 25
  103.     Action = acApply
  104.     Caption = '_Save'
  105.     TabOrder = 3
  106.   end
  107.   object BitBtnUpdate: TInfuBitBtn
  108.     Left = 8
  109.     Top = 352
  110.     Width = 130
  111.     Height = 25
  112.     Caption = '_Request'
  113.     TabOrder = 4
  114.     OnClick = BitBtnUpdateClick
  115.   end
  116.   object ActionList: TTntActionList
  117.     OnUpdate = ActionListUpdate
  118.     Left = 320
  119.     Top = 352
  120.     object acApply: TTntAction
  121.       Caption = 'acApply'
  122.       OnExecute = acApplyExecute
  123.     end
  124.   end
  125.   object TimerUpdate: TTimer
  126.     Enabled = False
  127.     Interval = 500
  128.     OnTimer = TimerUpdateTimer
  129.     Left = 256
  130.     Top = 352
  131.   end
  132.   object PopupMenuCopy: TInfuPopupMenu
  133.     AutoHotkeys = maManual
  134.     OwnerDraw = True
  135.     OnPopup = PopupMenuCopyPopup
  136.     Left = 288
  137.     Top = 352
  138.   end
  139. end
  140.